SelectAll Method

Summary

Selects or un-selects all of the cells in the MedicalViewer control.

Syntax
C#
VB
C++
public void SelectAll( 
   bool select 
) 
  
Public Sub SelectAll( _ 
   ByVal select As Boolean _ 
)  
            public: 
void SelectAll(  
   bool select 
)  

Parameters

select
true to select all cells, false to un-select all cells.

Example

For an example, refer to MedicalViewerCellCollection<MedicalViewerBaseCell>

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly